Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ruff 0.9.1 #1893

Merged
merged 1 commit into from
Jan 20, 2025
Merged

chore: ruff 0.9.1 #1893

merged 1 commit into from
Jan 20, 2025

Conversation

Jc2k
Copy link
Contributor

@Jc2k Jc2k commented Jan 20, 2025

Updates ruff and runs ruff check / ruff format.

I have added A005 to the allow list:

music_assistant/helpers/datetime.py:1:1: A005 Module `datetime` shadows a Python standard-library module
music_assistant/helpers/json.py:1:1: A005 Module `json` shadows a Python standard-library module
music_assistant/helpers/logging.py:1:1: A005 Module `logging` shadows a Python standard-library module

I lack the imagination to come up with names that I don't consider worse than shadowing stdlib.

Copy link
Member

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks @Jc2k !

@marcelveldt marcelveldt merged commit f19b90a into music-assistant:dev Jan 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants